docs: Cosmetics
authorMatthias Clasen <mclasen@redhat.com>
Sun, 17 Oct 2021 19:54:59 +0000 (21:54 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 18 Oct 2021 12:35:54 +0000 (08:35 -0400)
gdk/gdktexture.c
gdk/gdktypes.h

index b2213fd36750ad97b6e36ccf6e0a9da04084ecbc..e5b68ee5c393207d185322390b54638f926d1a34 100644 (file)
@@ -868,6 +868,7 @@ gdk_texture_save_to_png (GdkTexture *texture,
  * @texture: a `GdkTexture`
  *
  * Store the given @texture in memory as a PNG file.
+ *
  * Use [ctor@Gdk.Texture.new_from_bytes] to read it back.
  *
  * If you want to serialize a texture, this is a convenient and
index 9fdf2c11bd75c38e64b64aed5e435a6f2134479a..89c5e7d606c2a48fa336aac4cc5a0a29b1588593 100644 (file)
@@ -357,7 +357,7 @@ typedef enum
  * @GDK_MEMORY_N_FORMATS: The number of formats. This value will change as
  *   more formats get added, so do not rely on its concrete integer.
  *
- * `GdkMemoryFormat` describes a format that bytes can have in memory.
+ * `GdkMemoryFormat` describes formats that image data can have in memory.
  *
  * It describes formats by listing the contents of the memory passed to it.
  * So GDK_MEMORY_A8R8G8B8 will be 1 byte (8 bits) of alpha, followed by a